(0) Obligation:
Runtime Complexity TRS:
The TRS R consists of the following rules:
r(xs, ys, zs, nil) → xs
r(xs, nil, zs, cons(w, ws)) → r(xs, xs, cons(succ(zero), zs), ws)
r(xs, cons(y, ys), nil, cons(w, ws)) → r(xs, xs, cons(succ(zero), nil), ws)
r(xs, cons(y, ys), cons(z, zs), cons(w, ws)) → r(ys, cons(y, ys), zs, cons(succ(zero), cons(w, ws)))
Rewrite Strategy: FULL
(1) RenamingProof (EQUIVALENT transformation)
Renamed function symbols to avoid clashes with predefined symbol.
(2) Obligation:
Runtime Complexity Relative TRS:
The TRS R consists of the following rules:
r(xs, ys, zs, nil) → xs
r(xs, nil, zs, cons(w, ws)) → r(xs, xs, cons(succ(zero), zs), ws)
r(xs, cons(y, ys), nil, cons(w, ws)) → r(xs, xs, cons(succ(zero), nil), ws)
r(xs, cons(y, ys), cons(z, zs), cons(w, ws)) → r(ys, cons(y, ys), zs, cons(succ(zero), cons(w, ws)))
S is empty.
Rewrite Strategy: FULL
(3) SlicingProof (LOWER BOUND(ID) transformation)
Sliced the following arguments:
cons/0
succ/0
(4) Obligation:
Runtime Complexity Relative TRS:
The TRS R consists of the following rules:
r(xs, ys, zs, nil) → xs
r(xs, nil, zs, cons(ws)) → r(xs, xs, cons(zs), ws)
r(xs, cons(ys), nil, cons(ws)) → r(xs, xs, cons(nil), ws)
r(xs, cons(ys), cons(zs), cons(ws)) → r(ys, cons(ys), zs, cons(cons(ws)))
S is empty.
Rewrite Strategy: FULL
(5) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)
Infered types.
(6) Obligation:
TRS:
Rules:
r(xs, ys, zs, nil) → xs
r(xs, nil, zs, cons(ws)) → r(xs, xs, cons(zs), ws)
r(xs, cons(ys), nil, cons(ws)) → r(xs, xs, cons(nil), ws)
r(xs, cons(ys), cons(zs), cons(ws)) → r(ys, cons(ys), zs, cons(cons(ws)))
Types:
r :: nil:cons → nil:cons → nil:cons → nil:cons → nil:cons
nil :: nil:cons
cons :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
gen_nil:cons2_0 :: Nat → nil:cons
(7) OrderProof (LOWER BOUND(ID) transformation)
Heuristically decided to analyse the following defined symbols:
r
(8) Obligation:
TRS:
Rules:
r(
xs,
ys,
zs,
nil) →
xsr(
xs,
nil,
zs,
cons(
ws)) →
r(
xs,
xs,
cons(
zs),
ws)
r(
xs,
cons(
ys),
nil,
cons(
ws)) →
r(
xs,
xs,
cons(
nil),
ws)
r(
xs,
cons(
ys),
cons(
zs),
cons(
ws)) →
r(
ys,
cons(
ys),
zs,
cons(
cons(
ws)))
Types:
r :: nil:cons → nil:cons → nil:cons → nil:cons → nil:cons
nil :: nil:cons
cons :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
gen_nil:cons2_0 :: Nat → nil:cons
Generator Equations:
gen_nil:cons2_0(0) ⇔ nil
gen_nil:cons2_0(+(x, 1)) ⇔ cons(gen_nil:cons2_0(x))
The following defined symbols remain to be analysed:
r
(9) RewriteLemmaProof (LOWER BOUND(ID) transformation)
Proved the following rewrite lemma:
r(
gen_nil:cons2_0(
0),
gen_nil:cons2_0(
0),
gen_nil:cons2_0(
c),
gen_nil:cons2_0(
n4_0)) →
gen_nil:cons2_0(
0), rt ∈ Ω(1 + n4
0)
Induction Base:
r(gen_nil:cons2_0(0), gen_nil:cons2_0(0), gen_nil:cons2_0(c), gen_nil:cons2_0(0)) →RΩ(1)
gen_nil:cons2_0(0)
Induction Step:
r(gen_nil:cons2_0(0), gen_nil:cons2_0(0), gen_nil:cons2_0(c), gen_nil:cons2_0(+(n4_0, 1))) →RΩ(1)
r(gen_nil:cons2_0(0), gen_nil:cons2_0(0), cons(gen_nil:cons2_0(c)), gen_nil:cons2_0(n4_0)) →IH
gen_nil:cons2_0(0)
We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).
(10) Complex Obligation (BEST)
(11) Obligation:
TRS:
Rules:
r(
xs,
ys,
zs,
nil) →
xsr(
xs,
nil,
zs,
cons(
ws)) →
r(
xs,
xs,
cons(
zs),
ws)
r(
xs,
cons(
ys),
nil,
cons(
ws)) →
r(
xs,
xs,
cons(
nil),
ws)
r(
xs,
cons(
ys),
cons(
zs),
cons(
ws)) →
r(
ys,
cons(
ys),
zs,
cons(
cons(
ws)))
Types:
r :: nil:cons → nil:cons → nil:cons → nil:cons → nil:cons
nil :: nil:cons
cons :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
gen_nil:cons2_0 :: Nat → nil:cons
Lemmas:
r(gen_nil:cons2_0(0), gen_nil:cons2_0(0), gen_nil:cons2_0(c), gen_nil:cons2_0(n4_0)) → gen_nil:cons2_0(0), rt ∈ Ω(1 + n40)
Generator Equations:
gen_nil:cons2_0(0) ⇔ nil
gen_nil:cons2_0(+(x, 1)) ⇔ cons(gen_nil:cons2_0(x))
No more defined symbols left to analyse.
(12) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n1) was proven with the following lemma:
r(gen_nil:cons2_0(0), gen_nil:cons2_0(0), gen_nil:cons2_0(c), gen_nil:cons2_0(n4_0)) → gen_nil:cons2_0(0), rt ∈ Ω(1 + n40)
(13) BOUNDS(n^1, INF)
(14) Obligation:
TRS:
Rules:
r(
xs,
ys,
zs,
nil) →
xsr(
xs,
nil,
zs,
cons(
ws)) →
r(
xs,
xs,
cons(
zs),
ws)
r(
xs,
cons(
ys),
nil,
cons(
ws)) →
r(
xs,
xs,
cons(
nil),
ws)
r(
xs,
cons(
ys),
cons(
zs),
cons(
ws)) →
r(
ys,
cons(
ys),
zs,
cons(
cons(
ws)))
Types:
r :: nil:cons → nil:cons → nil:cons → nil:cons → nil:cons
nil :: nil:cons
cons :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
gen_nil:cons2_0 :: Nat → nil:cons
Lemmas:
r(gen_nil:cons2_0(0), gen_nil:cons2_0(0), gen_nil:cons2_0(c), gen_nil:cons2_0(n4_0)) → gen_nil:cons2_0(0), rt ∈ Ω(1 + n40)
Generator Equations:
gen_nil:cons2_0(0) ⇔ nil
gen_nil:cons2_0(+(x, 1)) ⇔ cons(gen_nil:cons2_0(x))
No more defined symbols left to analyse.
(15) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n1) was proven with the following lemma:
r(gen_nil:cons2_0(0), gen_nil:cons2_0(0), gen_nil:cons2_0(c), gen_nil:cons2_0(n4_0)) → gen_nil:cons2_0(0), rt ∈ Ω(1 + n40)
(16) BOUNDS(n^1, INF)